home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
SARGEANT
/
RISCNEWS
< prev
next >
Wrap
Text File
|
1997-04-26
|
3KB
|
52 lines
/*
* ------------------------------------------------------------------
* | Desktop Application to display headers read in from spool file |
* | Program idea and initial implementation (c) MJK Isherwood 1996 |
* ==================================================================
*/
/*******************
* History Here *
*******************/
/*************************************************************************
* Date Modified by Details *
* -------- ----------- ------- *
* 04/07/96 Mike Isherwood Initial coding: examining method by *
* D H Parry reading Tab Separated Fields in a file *
* 07/07/96 Mike Isherwood Desktop version, written for RISC_OSLib *
* using help from Risc User magazine/disc *
* and released for discussion on Arcade *
* 08/07/96 Richard Sargeant Complete re-write from scratch - Sorry! *
* 09/07/96 Richard Sargeant Tidy up & some comments added to source *
* Tested sources compile happily with C-4 *
* Added menu to select the header to show *
* 13/07/96 Richard Sargeant Added savebox window to Templates file *
* Wrote simple function to write out IDs *
* Joined savebox window to a new submenu *
* and completed routines to save out file *
* 19/07/96 Richard Sargeant Closes save window when icon drag done *
* Highlighted articles in different cols *
* Ticks header displayed in headers menu *
* 20/07/96 Richard Sargeant Save IDs option moved to new submenu *
* with other options to clear selection, *
* select all and fetch selected (n/f) *
* Created configuration window, displayed *
* when ADJUST clicked on iconbar icon... *
* Moved code for own common wimp routines *
* to separate file from the !RiscNews app *
* 22/07/96 Richard Sargeant Sort menu implemented and tested *
* 26/07/96 Richard Sargeant Internal reorganisation for flexlib use *
* 31/07/96 Richard Sargeant Found bug to fix that happened when the *
* flex_heap shifted at a bad moment... *
* 01/08/96 Richard Sargeant Shifting heap bug fixed now - I hope! *
* Replaced puts() inside screen redraw *
* handler, now making it 1/3rd faster *
* *
*/
/*
New version written and (C) Richard Sargeant 1996, compiled
using some existing routines I have done and linked to the
excellent OSLib library by Jonathan Coxhead (ex-Acorn staff)
*/